NevronOpenVision
Nevron.Nov.Dom Namespace / NNode Class / GetReverseSubtreeIterator Method / GetReverseSubtreeIterator(ENTreeTraversalOrder,INFilter<NNode>) Method
order in which to visit the subtree
filter applied to the visited nodes
GetReverseSubtreeIterator(ENTreeTraversalOrder,INFilter<NNode>) Method
Gets an iterator, which iterates through the node and its descendants, in the specified traversal order. Skips the nodes which do not satisfy the specified filter. Children are enumerated in reverse order (from last to first).
Syntax

Parameters

treeTraversalOrder
order in which to visit the subtree
filter
filter applied to the visited nodes
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also